func github.com/vmihailenco/msgpack/v5.marshalTextValue

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L70: 		return marshalTextValue
		encode_value.go#L230: 	return marshalTextValue(e, v.Addr())
		encode_value.go#L233: func marshalTextValue(e *Encoder, v reflect.Value) error {